home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Pango / FontFamily.pod < prev    next >
Text File  |  2009-05-09  |  835b  |  60 lines

  1. =head1 NAME
  2.  
  3. Pango::FontFamily - Pango object representing a family of related font faces
  4.  
  5. =cut
  6.  
  7. =head1 HIERARCHY
  8.  
  9.   Glib::Object
  10.   +----Pango::FontFamily
  11.  
  12.  
  13.  
  14. =cut
  15.  
  16. =for object Pango::FontFamily - Pango object representing a family of related font faces
  17.  
  18. =cut
  19.  
  20.  
  21.  
  22.  
  23. =head1 METHODS
  24.  
  25. =head2 boolean = $family-E<gt>B<is_monospace> 
  26.  
  27. Since: pango 1.4
  28.  
  29. =head2 list = $family-E<gt>B<list_faces> 
  30.  
  31. =for apidoc @faces = $family->list_faces
  32. Lists the different font faces that make up family. The faces in a family
  33. share a common design, but differ in slant, weight, width and other aspects.
  34.  
  35. =head2 string = $family-E<gt>B<get_name> 
  36.  
  37.  
  38.  
  39. =cut
  40.  
  41.  
  42. =head1 SEE ALSO
  43.  
  44. L<Pango>, L<Glib::Object>
  45.  
  46.  
  47. =cut
  48.  
  49.  
  50. =head1 COPYRIGHT
  51.  
  52. Copyright (C) 2003-2008 by the gtk2-perl team.
  53.  
  54. This software is licensed under the LGPL.  See L<Pango> for a full notice.
  55.  
  56.  
  57.  
  58. =cut
  59.  
  60.